Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutumnTree-SmartDude1569 #998

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

SmartDude1569
Copy link

This art took me weeks of effort and optimization to create. The parameters already in the file are to produce trees similar to the ones I see in my backyard. This entire thing was inspired by the trees in my backyard.

  • I have read the steps to getting a blot
  • I have read all the submission requirements and follow them
  • I am submitting art that...
    • is algorithmically generated (will meaningfully change each time the program is run)
    • is your own work that is not copied from somewhere else
    • is drawable through the editor(does not use outside tools)
    • doesn't call Math.random() (See the documentation on randomness)
    • is drawable on Blot itself (doesn't have lines overlap more than 5 times)
      • Doesn't overlap lines more than 5 times
      • Fits in the working area of 125x125mm
      • Doesn't rely on colour to look good

If you used based your art on something else, used a tutorial, or remixed it from something else, please link it here:

Lastly, link a picture of your art piece here:
image

Copy link

vercel bot commented Nov 13, 2024

@SmartDude1569 is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

art/AutumnTree-SmartDude1569/index.js looks like art! preview it in the editor

@EnterpriseGoose
Copy link
Contributor

Hello!
This is a really cool project! I love how the tree generates in such a natural looking way, and I definitely see the inspiration if I just look outside. I think you're super close to getting a blot, there are just a few things I would love to see.

  • It's currently possible for leaves (ground or air) or the bottom of the trunk to be clipping out of bounds. I would suggest adjusting your algorithm and/or using bt.cut to fix this.
  • Sometimes branches draw in a way where they're all overlapping and it just looks a bit like a muddled mess. Could you try to add an algorithm to the branch calculating function to just check and make sure there aren't too many things overlapping?
    image
  • Currently the tree is very tree looking but the leaves are not very leaf looking. Could you do something to make the leaves look a bit more like leaves? (I had to look in the code at the variable names to figure out what they were :) )
  • On that note, is there any way you could have a few leaves generate on the tree? I feel like there are always a few stragglers.

Overall I think you're super close to getting a blot, there are just those few things I think you could do to push it over the edge. I'm really excited to see where you go with this!

@SmartDude1569
Copy link
Author

thank you for this recommendation! i will make sure to make these changes as soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants